One more doc-comment update.
authorEwan Mellor <ewan@xensource.com>
Fri, 8 Dec 2006 10:57:14 +0000 (10:57 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 8 Dec 2006 10:57:14 +0000 (10:57 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_vm.h

index 522029f5ee23e2133593b27d5b3a27ec987e1bde..a0491ce2e665384b2dfd6d21f3f6cacd2ef405ac 100644 (file)
@@ -198,14 +198,14 @@ xen_vm_record_opt_set_free(xen_vm_record_opt_set *set);
 
 
 /**
- * Get the current state of the given VM.  !!!
+ * Get a record containing the current state of the given VM.
  */
 extern bool
 xen_vm_get_record(xen_session *session, xen_vm_record **result, xen_vm vm);
 
 
 /**
- * Get a reference to the object with the specified UUID.  !!!
+ * Get a reference to the VM instance with the specified UUID.
  */
 extern bool
 xen_vm_get_by_uuid(xen_session *session, xen_vm *result, char *uuid);